home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / weatherpulse-setup.exe / {app} / weatherpulse.exe / 0 / RCDATA / TTRAYWFORM / TTRAYWFORM.txt
Text File  |  2005-11-13  |  2KB  |  81 lines

  1. object TrayWForm: TTrayWForm
  2.   Left = 735
  3.   Top = 804
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsNone
  7.   Caption = 'TrayWForm'
  8.   ClientHeight = 71
  9.   ClientWidth = 176
  10.   Color = clWhite
  11.   Enabled = False
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 176
  28.     Height = 71
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     Color = clBlack
  32.     TabOrder = 0
  33.     DesignSize = (
  34.       176
  35.       71)
  36.     object Panel2: TPanel
  37.       Left = 1
  38.       Top = 1
  39.       Width = 174
  40.       Height = 69
  41.       Anchors = [akLeft, akTop, akRight, akBottom]
  42.       BevelOuter = bvNone
  43.       Color = clWindow
  44.       TabOrder = 0
  45.       object DeskIconImage: TImage
  46.         Left = 4
  47.         Top = 2
  48.         Width = 64
  49.         Height = 64
  50.         AutoSize = True
  51.         Transparent = True
  52.       end
  53.       object HTMLabel1: THTMLabel
  54.         Left = 72
  55.         Top = 8
  56.         Width = 6
  57.         Height = 19
  58.         AnchorHint = False
  59.         AutoSizing = True
  60.         AutoSizeType = asBoth
  61.         Ellipsis = False
  62.         HintShowFull = False
  63.         Hover = False
  64.         HoverColor = clNone
  65.         HoverFontColor = clNone
  66.         HTMLHint = False
  67.         ShadowColor = clGray
  68.         ShadowOffset = 2
  69.         URLColor = clBlue
  70.         VAlignment = tvaTop
  71.       end
  72.     end
  73.   end
  74.   object Timer1: TTimer
  75.     Interval = 4000
  76.     OnTimer = Timer1Timer
  77.     Left = 232
  78.     Top = 8
  79.   end
  80. end
  81.